body { 

    font-family: Georgia, "Times New Roman", 

          Times, serif; 

    color: blue; 

    background-color: lightpink;

    font-size: 25px;

  } 

  h1 {

    font-family: Helvetica, Geneva, Arial, 

          SunSans-Regular, sans-serif;
          color: blue;
          text-align: center;
          background-color: lightblue;
          font-size: 60px} 
  h2 {

    font-family: Caesar Dressing, cursive;
    font-size: 50px;

  }
  h3 {

    font-family: ZCOOL Kuaile;
    font-size: 40px;
  }

  h4 {

    font-family: DM Serif Display;
    color: lightblue;
    background-color: blue;
    text-align: center;
    font-size: 30px;
  }
  img { 

display: block; 

margin: auto; 

width: 40%;} 